home *** CD-ROM | disk | FTP | other *** search
/ Top 102 Games / Top 102 Games.iso / play / jungle / helpme.doc next >
Text File  |  1995-06-01  |  4KB  |  81 lines

  1. ============================================================================
  2.               Common problems and solutions
  3. =============================================================================
  4.  
  5. NOT ENOUGH FREE MEMORY
  6. ======================
  7.  
  8. Problem:  When I run the program, it refuses to start and gives me
  9.    the message "You need (amount) of free memory to run this program".
  10.  
  11. Solution:  You need to free up more main (conventional) memory before
  12.    starting the program. Here are some solution tips:
  13.  
  14. 1. If you are trying to run the program from Windows, completely exit
  15.    Windows and try running it from DOS.
  16.  
  17. 2. If you are trying to run the program from "DOSSHELL" or any other
  18.    menu program, please exit from the menu program. Then, run the program
  19.    from the DOS prompt. Menu programs often occupy enough memory that
  20.    there won't be enough left for the program.
  21.  
  22. If neither #1 or #2 solves the problem, do the following:
  23.  
  24. 1. From the DOS prompt, type "MEM" and press Enter.
  25.  
  26. 2. You'll see a lot of information about your computer's memory. Look at
  27.    the number after the words "Largest Executable Program Size". This is
  28.    how much memory you currently have available.
  29.  
  30. Now you need to free up more main memory. Here are some tips:
  31.  
  32. 1. If you're using DOS 6.0 or later, reboot your computer by pressing
  33.    RESET or Ctrl-Alt-Del. Wait for the message "Starting MS-DOS..." to come
  34.    up. Now press the [F5] key (or F8 if running DOS 6.2).
  35.  
  36.    This will cause DOS to bypass all of your TSR's, memory managers,
  37.    and other programs which normally occupy main memory.
  38.  
  39.    Now change into the program directory and begin the program.
  40.  
  41. 2. If you have a version of DOS earlier than 6.0: You need to create a
  42.    "Boot Disk" also called a "System Disk" to allow you to start your 
  43.    computer without loading all the TSR's and memory managers that take
  44.    away main memory. Here's how.
  45.  
  46.    A. Put a blank disk in your A: drive and format it as a DOS disk.  (Don't
  47.       do this in your B: drive - it won't work!)  To do this, type the
  48.       following command:
  49.       
  50.       FORMAT A: /S
  51.  
  52.    B.  Wait while your computer formats the disk.
  53.    C.  Label the disk "Boot Disk" or "System Disk" and keep it handy. 
  54.        You'll need this disk whenever you want to start the program.
  55.  
  56.    Now, you can reboot your computer and play the program:
  57.  
  58.    A.  Put the boot disk in your A: drive.
  59.    B.  Restart your computer, either by pressing CTRL-ALT-DEL, by
  60.        hitting your reset button, or by turning it on.
  61.    C.  Wait while your computer boots from the boot disk.
  62.    D.  After a little while, your computer will stop and give you the A>
  63.        prompt.
  64.    E. Now change to your hard disk by typing C:
  65.    F. Go into the program directory by typing CD \(directory name)
  66.    G. Now begin your program.
  67.  
  68.    Note to owners of "Stacker", "Superstor", and other hard disk compression
  69.    programs: If your C: drive is compressed and you need a boot disk to
  70.    start the program, you must install the program on a different,
  71.    non-compressed drive. See your manual for instructions on doing this.
  72.    (This only applies to users of DOS version 5.0 or earlier).
  73.  
  74. FOR FURTHER TECHNICAL SUPPORT
  75. ============================= 
  76. If you need further assistance, contact the author of the program. 
  77. The author will usually have contact information in a file, such as 
  78. an ORDER form, or in their main DOC file. It will also have more 
  79. information on running the program.
  80.  
  81.